Vcenter Vm Guest CustomizationLive Info

Vcenter Vm Guest CustomizationLive Info
Vcenter Vm Guest CustomizationLive Info

The Vcenter Vm Guest CustomizationLive Info schema contains the status of a customization operation applied to a virtual machine.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "status": "string",
    "error": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "start_time": "string",
    "end_time": "string"
}
string
status
Required

The status of the customization operation.

For more information see: Vcenter Vm Guest CustomizationLive Info Status.

This property was added in vSphere API 9.0.0.0.

error
Optional

Description of the error if the Vcenter Vm Guest CustomizationLive Info.status of customization operation is Vcenter Vm Guest CustomizationLive Info Status.FAILED.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the status is not FAILED or there is no information available for the error.

string As date-time As date-time
start_time
Optional

Time when the customization process has started inside the guest operating system.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the status is NOT_AVAILABLE .

string As date-time As date-time
end_time
Optional

Time when the customization process has completed inside the guest operating system.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the status is not SUCCEEDED or FAILED.